home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / gstwndem.dir / 00041_Script_left arrow mid < prev    next >
Text File  |  1996-08-20  |  233b  |  12 lines

  1. on mouseDown
  2.   puppetsound "click"
  3.   updatestage
  4.   put the clickon into tWhichSPrite
  5.   buttonscript(tWhichSPrite)
  6.   if rollover(tWhichSprite) then
  7.     puppetsound "click"
  8.     updatestage
  9.     go the frame -3
  10.   end if
  11.   
  12. end